home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Graphics / STIMP_noise / source / pgmminimax / pgmminimax.syntax < prev   
Encoding:
Text File  |  1998-01-09  |  548 b   |  16 lines

  1. pgmminimax: This operator performs minimax smoothing.
  2.  
  3. Syntax: pgmminimax [+v|-v] [-3|-5|-7|-9] [-p|-h|-e] file1 file2
  4.  
  5.         +v      : use verbose-mode (default)
  6.         -v      : no verbose-mode
  7.         -3      : filter size: 3x3 (default)
  8.         -5      : filter size: 5x5
  9.         -7      : filter size: 7x7
  10.         -9      : filter size: 9x9
  11.         -p      : mask: plus shaped (default)
  12.         -h      : mask: horizontal only
  13.         -e      : mask: vertical only
  14.         file1   : PGM-file, source
  15.         file2   : PGM-file, destination
  16.